projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d98bab
)
Bump the pango dependency
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Aug 2020 03:29:42 +0000
(23:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Aug 2020 03:30:33 +0000
(23:30 -0400)
Require pango 1.45.5, so we can use pango_color_parse_with_alpha.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index ce711e9ba09e4b0de9fbdc48312894a537408ead..d193835a752fd4cba76051de48b41ecf681936dd 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-27,7
+27,7
@@
else
endif
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req = '>= 1.45.
0
'
+pango_req = '>= 1.45.
5
'
fribidi_req = '>= 0.19.7'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'